home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / kbd / config next >
Text File  |  2009-06-24  |  3KB  |  67 lines

  1. #
  2. # This files tells the 'kbd' package:
  3. #
  4. # - whether to load a specific font and boot (and maybe a screen-font map,
  5. #   but you should avoid that if possible).
  6. # - whether to setup an Application-Charset Map other than the default CP437.
  7. # - whether to do screen saver/DPMS settings
  8. # - whether to change the keyboard rate/delay or the state of the
  9. #   keyboard indicators 
  10. #
  11. # You can also specify per-VC settings by suffixing variable names as in
  12. # the examples below. This only works on framebuffer devices.
  13. #
  14. # For consistency with the configuration file of console-tools the
  15. # following variables and their _vcN versions are also supported:
  16. # SCREEN_FONT, SCREEN_FONT_MAP and APP_CHARSET_MAP.
  17. #
  18. #
  19. # Example:
  20. #
  21. #CONSOLE_FONT=iso01.f16
  22. #CONSOLE_FONT_vc2=LatArCyrHeb-16
  23. #
  24. #CONSOLE_MAP=iso05
  25. #CONSOLE_MAP_vc2=user
  26. #
  27. # Set the following - more euro-friendly default than kernel font.
  28. #CONSOLE_FONT=latarcyrheb-sun16.psf
  29.  
  30. # Forget this one unless you _know_ it is necessary for your font:
  31. #FONT_MAP=iso01
  32.  
  33. #  **** screen saver/DPMS settings: all VCs ****
  34. # These settings are commented by default to avoid the chance of damage to
  35. # very old monitors that don't support DPMS signalling.
  36.  
  37. # screen blanking timeout.  monitor remains on, but the screen is cleared to
  38. # range: 0-60 min (0==never)  kernels I've looked at default to 10 minutes.
  39. # (see linux/drivers/char/console.c)
  40. BLANK_TIME=30
  41.  
  42. # blanking method (VESA DPMS mode to use after BLANK_TIME, before powerdown):
  43. # on: the default, no DPMS signalling. near instant powerup, no power saving
  44. # vsync: DPMS Standby mode. nearly instant recovery, uses 110/120W (17" screen)
  45. # hsync: DPMS Suspend mode. typically 3s recovery, uses 15/120W (17" screen)
  46. # powerdown,off: DPMS Off mode, typ. 10s recovery, uses  5/120W (17" screen)
  47.  
  48. # Those values are for my 17" Mag, but some monitors do suspend the same as
  49. # standby.  xset dpms force {off|standby|suspend|on} is useful for this, if X
  50. # supports DPMS on your video card.  Set X's DPMS screensaver with xset dpms
  51. # or use option power_saver in XF86Config
  52. #
  53. # DPMS set by default to on, because hsync can cause problems on certain
  54. # hardware, such as Armada E500 laptops
  55. BLANK_DPMS=off
  56.  
  57. # Powerdown time.  The console will go to DPMS Off mode POWERDOWN_TIME
  58. # minutes _after_ blanking.  (POWERDOWN_TIME + BLANK_TIME after the last input)
  59. POWERDOWN_TIME=30
  60.  
  61. # rate and delay can get only specific values, consult kbdrate(1) for help
  62. #KEYBOARD_RATE="30"
  63. #KEYBOARD_DELAY="250"
  64.  
  65. # Turn on numlock by default
  66. #LEDS=+num
  67.